projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65172e6
)
; * src/fns.c (concat_strings): Fix comment style.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 25 Jan 2022 17:12:50 +0000
(19:12 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 25 Jan 2022 17:12:50 +0000
(19:12 +0200)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 986e26f6ae3e71691f60ec27fea6dca49c165bca..13b2cf944bf73889cdfa3b2d72d2ad580c85d2ff 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-847,8
+847,8
@@
concat_strings (ptrdiff_t nargs, Lisp_Object *args)
if (dest_multibyte && some_unibyte)
{
- /
/ Non-ASCII cha
rs in unibyte strings take two bytes when
- // converted to multibyte -- count them and adjust the total.
+ /
* Non-ASCII characte
rs in unibyte strings take two bytes when
+ converted to multibyte -- count them and adjust the total. */
for (ptrdiff_t i = 0; i < nargs; i++)
{
Lisp_Object arg = args[i];